Html Css Color HEX #EAD00D Broom

📋 copy color: '#EAD00D'

red 234 ◦ green 208 ◦ blue 13

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

Shades of Broom #EAD00D

Tints of Broom #EAD00D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 51.43%
G = 45.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD00D (or 0xEAD00D) is known color: Broom. HEX triplet: EA, D0 and 0D. RGB value is (234,208,13). Sum of RGB (Red+Green+Blue) = 234+208+13=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD00D is #152FF2. Grayscale: #C2C2C2. Windows color (decimal): -1388531 or 905450. OLE color: 905450.

HSL color Cylindrical-coordinate representation of color #EAD00D: hue angle of 52.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD00D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 13 -
CMYK 0 0.11 0.94 0.08
HSL 52.94º 0.89% 0.48% -
HSV(B) 52.94º 0.94% 0.92% -
XYZ 56.56 62.63 9.49 -
YUV 193.54 26.11 156.86 -
System Red Green Blue C M Y K H S L
Decimal 234 208 13 0 0.11 0.94 0.08 52.94 0.89 0.48
Hex EA D0 D 0 B 5E 8 35 59 30
Octal 352 320 15 0 13 136 10 65 131 60
Binary 11101010 11010000 1101 0 1011 1011110 1000 110101 1011001 110000

Color Harmonies of #EAD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD00D

Black with #EAD00D

Text Example


Text Example

White with #EAD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD00D; }

 p { color: rgb(234,208,13); }

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

background-color css

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

 a { background-color: rgb(234,208,13); }

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

border-color css

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

 span { border-color: rgb(234,208,13); }

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