Html Css Color HEX #EADA1F Broom

📋 copy color: '#EADA1F'

red 234 ◦ green 218 ◦ blue 31

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

Shades of Broom #EADA1F

Tints of Broom #EADA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.42%

R = 48.45%
G = 45.13%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EADA1F (or 0xEADA1F) is known color: Broom. HEX triplet: EA, DA and 1F. RGB value is (234,218,31). Sum of RGB (Red+Green+Blue) = 234+218+31=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA1F is #1525E0. Grayscale: #CACACA. Windows color (decimal): -1385953 or 2087658. OLE color: 2087658.

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

Color convert

RGB 234 218 31 -
CMYK 0 0.07 0.87 0.08
HSL 55.27º 0.83% 0.52% -
HSV(B) 55.27º 0.87% 0.92% -
XYZ 59.25 67.73 11.25 -
YUV 201.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 234 218 31 0 0.07 0.87 0.08 55.27 0.83 0.52
Hex EA DA 1F 0 7 57 8 37 53 34
Octal 352 332 37 0 7 127 10 67 123 64
Binary 11101010 11011010 11111 0 111 1010111 1000 110111 1010011 110100

Color Harmonies of #EADA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA1F

Black with #EADA1F

Text Example


Text Example

White with #EADA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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