Html Css Color HEX #EAD41A Broom

📋 copy color: '#EAD41A'

red 234 ◦ green 212 ◦ blue 26

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

Shades of Broom #EAD41A

Tints of Broom #EAD41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 49.58%
G = 44.92%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAD41A (or 0xEAD41A) is known color: Broom. HEX triplet: EA, D4 and 1A. RGB value is (234,212,26). Sum of RGB (Red+Green+Blue) = 234+212+26=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD41A is #152BE5. Grayscale: #C6C6C6. Windows color (decimal): -1387494 or 1758442. OLE color: 1758442.

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

Color convert

RGB 234 212 26 -
CMYK 0 0.09 0.89 0.08
HSL 53.65º 0.83% 0.51% -
HSV(B) 53.65º 0.89% 0.92% -
XYZ 57.66 64.65 10.42 -
YUV 197.37 31.29 154.12 -
System Red Green Blue C M Y K H S L
Decimal 234 212 26 0 0.09 0.89 0.08 53.65 0.83 0.51
Hex EA D4 1A 0 9 59 8 36 53 33
Octal 352 324 32 0 11 131 10 66 123 63
Binary 11101010 11010100 11010 0 1001 1011001 1000 110110 1010011 110011

Color Harmonies of #EAD41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD41A

Black with #EAD41A

Text Example


Text Example

White with #EAD41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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