Html Css Color HEX #EAD41D Broom

📋 copy color: '#EAD41D'

red 234 ◦ green 212 ◦ blue 29

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

Shades of Broom #EAD41D

Tints of Broom #EAD41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 49.26%
G = 44.63%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAD41D (or 0xEAD41D) is known color: Broom. HEX triplet: EA, D4 and 1D. RGB value is (234,212,29). Sum of RGB (Red+Green+Blue) = 234+212+29=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD41D is #152BE2. Grayscale: #C6C6C6. Windows color (decimal): -1387491 or 1955050. OLE color: 1955050.

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

Color convert

RGB 234 212 29 -
CMYK 0 0.09 0.88 0.08
HSL 53.56º 0.83% 0.52% -
HSV(B) 53.56º 0.88% 0.92% -
XYZ 57.7 64.67 10.6 -
YUV 197.72 32.79 153.88 -
System Red Green Blue C M Y K H S L
Decimal 234 212 29 0 0.09 0.88 0.08 53.56 0.83 0.52
Hex EA D4 1D 0 9 58 8 36 53 34
Octal 352 324 35 0 11 130 10 66 123 64
Binary 11101010 11010100 11101 0 1001 1011000 1000 110110 1010011 110100

Color Harmonies of #EAD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD41D

Black with #EAD41D

Text Example


Text Example

White with #EAD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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