Html Css Color HEX #EADA1B Broom

📋 copy color: '#EADA1B'

red 234 ◦ green 218 ◦ blue 27

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

Shades of Broom #EADA1B

Tints of Broom #EADA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

 BLUE value IS 27 (10.94% from 255) = 5.64%

R = 48.85%
G = 45.51%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EADA1B (or 0xEADA1B) is known color: Broom. HEX triplet: EA, DA and 1B. RGB value is (234,218,27). Sum of RGB (Red+Green+Blue) = 234+218+27=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA1B is #1525E4. Grayscale: #C9C9C9. Windows color (decimal): -1385957 or 1825514. OLE color: 1825514.

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

Color convert

RGB 234 218 27 -
CMYK 0 0.07 0.88 0.08
HSL 55.36º 0.83% 0.51% -
HSV(B) 55.36º 0.88% 0.92% -
XYZ 59.2 67.71 10.99 -
YUV 201.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 234 218 27 0 0.07 0.88 0.08 55.36 0.83 0.51
Hex EA DA 1B 0 7 58 8 37 53 33
Octal 352 332 33 0 7 130 10 67 123 63
Binary 11101010 11011010 11011 0 111 1011000 1000 110111 1010011 110011

Color Harmonies of #EADA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA1B

Black with #EADA1B

Text Example


Text Example

White with #EADA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA1B; }

 p { color: rgb(234,218,27); }

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

background-color css

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

 a { background-color: rgb(234,218,27); }

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

border-color css

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

 span { border-color: rgb(234,218,27); }

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