Html Css Color HEX #EDCD1F Broom

📋 copy color: '#EDCD1F'

red 237 ◦ green 205 ◦ blue 31

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

Shades of Broom #EDCD1F

Tints of Broom #EDCD1F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 50.11%
G = 43.34%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDCD1F (or 0xEDCD1F) is known color: Broom. HEX triplet: ED, CD and 1F. RGB value is (237,205,31). Sum of RGB (Red+Green+Blue) = 237+205+31=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD1F is #1232E0. Grayscale: #C3C3C3. Windows color (decimal): -1192673 or 2084333. OLE color: 2084333.

HSL color Cylindrical-coordinate representation of color #EDCD1F: hue angle of 50.68º 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 #EDCD1F is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 31 -
CMYK 0 0.14 0.87 0.07
HSL 50.68º 0.85% 0.53% -
HSV(B) 50.68º 0.87% 0.93% -
XYZ 57 61.77 10.21 -
YUV 194.73 35.6 158.15 -
System Red Green Blue C M Y K H S L
Decimal 237 205 31 0 0.14 0.87 0.07 50.68 0.85 0.53
Hex ED CD 1F 0 E 57 7 33 55 35
Octal 355 315 37 0 16 127 7 63 125 65
Binary 11101101 11001101 11111 0 1110 1010111 111 110011 1010101 110101

Color Harmonies of #EDCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD1F

Black with #EDCD1F

Text Example


Text Example

White with #EDCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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