Html Css Color HEX #EDCF18 Broom

📋 copy color: '#EDCF18'

red 237 ◦ green 207 ◦ blue 24

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

Shades of Broom #EDCF18

Tints of Broom #EDCF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

 BLUE value IS 24 (9.77% from 255) = 5.13%

R = 50.64%
G = 44.23%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDCF18 (or 0xEDCF18) is known color: Broom. HEX triplet: ED, CF and 18. RGB value is (237,207,24). Sum of RGB (Red+Green+Blue) = 237+207+24=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCF18 is #1230E7. Grayscale: #C3C3C3. Windows color (decimal): -1192168 or 1626093. OLE color: 1626093.

HSL color Cylindrical-coordinate representation of color #EDCF18: hue angle of 51.55º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDCF18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 24 -
CMYK 0 0.13 0.90 0.07
HSL 51.55º 0.86% 0.51% -
HSV(B) 51.55º 0.9% 0.93% -
XYZ 57.4 62.7 9.94 -
YUV 195.11 31.44 157.88 -
System Red Green Blue C M Y K H S L
Decimal 237 207 24 0 0.13 0.90 0.07 51.55 0.86 0.51
Hex ED CF 18 0 D 5A 7 34 56 33
Octal 355 317 30 0 15 132 7 64 126 63
Binary 11101101 11001111 11000 0 1101 1011010 111 110100 1010110 110011

Color Harmonies of #EDCF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF18

Black with #EDCF18

Text Example


Text Example

White with #EDCF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF18; }

 p { color: rgb(237,207,24); }

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

background-color css

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

 a { background-color: rgb(237,207,24); }

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

border-color css

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

 span { border-color: rgb(237,207,24); }

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