Html Css Color HEX #EDCE18 Broom

📋 copy color: '#EDCE18'

red 237 ◦ green 206 ◦ blue 24

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

Shades of Broom #EDCE18

Tints of Broom #EDCE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 50.75%
G = 44.11%
B = 5.14%

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

#EDCE18 (or 0xEDCE18) is known color: Broom. HEX triplet: ED, CE and 18. RGB value is (237,206,24). Sum of RGB (Red+Green+Blue) = 237+206+24=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE18 is #1231E7. Grayscale: #C3C3C3. Windows color (decimal): -1192424 or 1625837. OLE color: 1625837.

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

Color convert

RGB 237 206 24 -
CMYK 0 0.13 0.90 0.07
HSL 51.27º 0.86% 0.51% -
HSV(B) 51.27º 0.9% 0.93% -
XYZ 57.16 62.21 9.86 -
YUV 194.52 31.77 158.3 -
System Red Green Blue C M Y K H S L
Decimal 237 206 24 0 0.13 0.90 0.07 51.27 0.86 0.51
Hex ED CE 18 0 D 5A 7 33 56 33
Octal 355 316 30 0 15 132 7 63 126 63
Binary 11101101 11001110 11000 0 1101 1011010 111 110011 1010110 110011

Color Harmonies of #EDCE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE18

Black with #EDCE18

Text Example


Text Example

White with #EDCE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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