Html Css Color HEX #EDDB1F Broom

📋 copy color: '#EDDB1F'

red 237 ◦ green 219 ◦ blue 31

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

Shades of Broom #EDDB1F

Tints of Broom #EDDB1F

RGB

 RED value IS 237 (92.97% from 255) = 48.67%

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

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

R = 48.67%
G = 44.97%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDDB1F (or 0xEDDB1F) is known color: Broom. HEX triplet: ED, DB and 1F. RGB value is (237,219,31). Sum of RGB (Red+Green+Blue) = 237+219+31=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB1F is #1224E0. Grayscale: #CBCBCB. Windows color (decimal): -1189089 or 2087917. OLE color: 2087917.

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

Color convert

RGB 237 219 31 -
CMYK 0 0.08 0.87 0.07
HSL 54.76º 0.85% 0.53% -
HSV(B) 54.76º 0.87% 0.93% -
XYZ 60.5 68.77 11.38 -
YUV 202.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 237 219 31 0 0.08 0.87 0.07 54.76 0.85 0.53
Hex ED DB 1F 0 8 57 7 37 55 35
Octal 355 333 37 0 10 127 7 67 125 65
Binary 11101101 11011011 11111 0 1000 1010111 111 110111 1010101 110101

Color Harmonies of #EDDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB1F

Black with #EDDB1F

Text Example


Text Example

White with #EDDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB1F; }

 p { color: rgb(237,219,31); }

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

background-color css

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

 a { background-color: rgb(237,219,31); }

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

border-color css

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

 span { border-color: rgb(237,219,31); }

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