Html Css Color HEX #EADB1B Broom

📋 copy color: '#EADB1B'

red 234 ◦ green 219 ◦ blue 27

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

Shades of Broom #EADB1B

Tints of Broom #EADB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

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

R = 48.75%
G = 45.63%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EADB1B (or 0xEADB1B) is known color: Broom. HEX triplet: EA, DB and 1B. RGB value is (234,219,27). Sum of RGB (Red+Green+Blue) = 234+219+27=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB1B is #1524E4. Grayscale: #CACACA. Windows color (decimal): -1385701 or 1825770. OLE color: 1825770.

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

Color convert

RGB 234 219 27 -
CMYK 0 0.06 0.88 0.08
HSL 55.65º 0.83% 0.51% -
HSV(B) 55.65º 0.88% 0.92% -
XYZ 59.46 68.23 11.07 -
YUV 201.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 234 219 27 0 0.06 0.88 0.08 55.65 0.83 0.51
Hex EA DB 1B 0 6 58 8 38 53 33
Octal 352 333 33 0 6 130 10 70 123 63
Binary 11101010 11011011 11011 0 110 1011000 1000 111000 1010011 110011

Color Harmonies of #EADB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB1B

Black with #EADB1B

Text Example


Text Example

White with #EADB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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