Html Css Color HEX #EADB1D Broom

📋 copy color: '#EADB1D'

red 234 ◦ green 219 ◦ blue 29

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

Shades of Broom #EADB1D

Tints of Broom #EADB1D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 48.55%
G = 45.44%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EADB1D (or 0xEADB1D) is known color: Broom. HEX triplet: EA, DB and 1D. RGB value is (234,219,29). Sum of RGB (Red+Green+Blue) = 234+219+29=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB1D is #1524E2. Grayscale: #CACACA. Windows color (decimal): -1385699 or 1956842. OLE color: 1956842.

HSL color Cylindrical-coordinate representation of color #EADB1D: hue angle of 55.61º 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 #EADB1D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 29 -
CMYK 0 0.06 0.88 0.08
HSL 55.61º 0.83% 0.52% -
HSV(B) 55.61º 0.88% 0.92% -
XYZ 59.48 68.24 11.2 -
YUV 201.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 234 219 29 0 0.06 0.88 0.08 55.61 0.83 0.52
Hex EA DB 1D 0 6 58 8 38 53 34
Octal 352 333 35 0 6 130 10 70 123 64
Binary 11101010 11011011 11101 0 110 1011000 1000 111000 1010011 110100

Color Harmonies of #EADB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB1D

Black with #EADB1D

Text Example


Text Example

White with #EADB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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