Html Css Color HEX #EDCE15 Broom

📋 copy color: '#EDCE15'

red 237 ◦ green 206 ◦ blue 21

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

Shades of Broom #EDCE15

Tints of Broom #EDCE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.53%

R = 51.08%
G = 44.4%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDCE15 (or 0xEDCE15) is known color: Broom. HEX triplet: ED, CE and 15. RGB value is (237,206,21). Sum of RGB (Red+Green+Blue) = 237+206+21=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE15 is #1231EA. Grayscale: #C2C2C2. Windows color (decimal): -1192427 or 1429229. OLE color: 1429229.

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

Color convert

RGB 237 206 21 -
CMYK 0 0.13 0.91 0.07
HSL 51.39º 0.86% 0.51% -
HSV(B) 51.39º 0.91% 0.93% -
XYZ 57.13 62.2 9.7 -
YUV 194.18 30.27 158.54 -
System Red Green Blue C M Y K H S L
Decimal 237 206 21 0 0.13 0.91 0.07 51.39 0.86 0.51
Hex ED CE 15 0 D 5B 7 33 56 33
Octal 355 316 25 0 15 133 7 63 126 63
Binary 11101101 11001110 10101 0 1101 1011011 111 110011 1010110 110011

Color Harmonies of #EDCE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE15

Black with #EDCE15

Text Example


Text Example

White with #EDCE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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