Html Css Color HEX #EADA1D Broom

📋 copy color: '#EADA1D'

red 234 ◦ green 218 ◦ blue 29

#EADA1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EADA1D

Tints of Broom #EADA1D

RGB

 RED value IS 234 (91.8% from 255) = 48.65%

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 48.65%
G = 45.32%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EADA1D (or 0xEADA1D) is known color: Broom. HEX triplet: EA, DA and 1D. RGB value is (234,218,29). Sum of RGB (Red+Green+Blue) = 234+218+29=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA1D is #1525E2. Grayscale: #CACACA. Windows color (decimal): -1385955 or 1956586. OLE color: 1956586.

HSL color Cylindrical-coordinate representation of color #EADA1D: hue angle of 55.32º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADA1D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 218 29 -
CMYK 0 0.07 0.88 0.08
HSL 55.32º 0.83% 0.52% -
HSV(B) 55.32º 0.88% 0.92% -
XYZ 59.22 67.72 11.11 -
YUV 201.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 234 218 29 0 0.07 0.88 0.08 55.32 0.83 0.52
Hex EA DA 1D 0 7 58 8 37 53 34
Octal 352 332 35 0 7 130 10 67 123 64
Binary 11101010 11011010 11101 0 111 1011000 1000 110111 1010011 110100

Color Harmonies of #EADA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA1D

Black with #EADA1D

Text Example


Text Example

White with #EADA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA1D; }

 p { color: rgb(234,218,29); }

 H1.HeaderClassName
 {
   color: #EADA1D;
 }
 .AnyTagClassName
 {
   color: #EADA1D;
 }
</style>

background-color css

<style>
 a { background-color: #EADA1D; }

 a { background-color: rgb(234,218,29); }

 div.DivClassName
 {
   background-color: #EADA1D;
 }
 .BgClassName
 {
   background-color: #EADA1D;
 }
</style>

border-color css

<style>
 span { border-color: #EADA1D; }

 span { border-color: rgb(234,218,29); }

 td.TdClassName
 {
   border-color: #EADA1D;
 }
 .TagClassName
 {
   border-color: #EADA1D;
 }
</style>