Html Css Color HEX #EAD61A Broom

📋 copy color: '#EAD61A'

red 234 ◦ green 214 ◦ blue 26

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

Shades of Broom #EAD61A

Tints of Broom #EAD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

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

R = 49.37%
G = 45.15%
B = 5.49%

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

#EAD61A (or 0xEAD61A) is known color: Broom. HEX triplet: EA, D6 and 1A. RGB value is (234,214,26). Sum of RGB (Red+Green+Blue) = 234+214+26=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD61A is #1529E5. Grayscale: #C7C7C7. Windows color (decimal): -1386982 or 1758954. OLE color: 1758954.

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

Color convert

RGB 234 214 26 -
CMYK 0 0.09 0.89 0.08
HSL 54.23º 0.83% 0.51% -
HSV(B) 54.23º 0.89% 0.92% -
XYZ 58.16 65.66 10.59 -
YUV 198.55 30.63 153.29 -
System Red Green Blue C M Y K H S L
Decimal 234 214 26 0 0.09 0.89 0.08 54.23 0.83 0.51
Hex EA D6 1A 0 9 59 8 36 53 33
Octal 352 326 32 0 11 131 10 66 123 63
Binary 11101010 11010110 11010 0 1001 1011001 1000 110110 1010011 110011

Color Harmonies of #EAD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD61A

Black with #EAD61A

Text Example


Text Example

White with #EAD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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