Html Css Color HEX #EDCE26 Broom

📋 copy color: '#EDCE26'

red 237 ◦ green 206 ◦ blue 38

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

Shades of Broom #EDCE26

Tints of Broom #EDCE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.9%

R = 49.27%
G = 42.83%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDCE26 (or 0xEDCE26) is known color: Broom. HEX triplet: ED, CE and 26. RGB value is (237,206,38). Sum of RGB (Red+Green+Blue) = 237+206+38=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE26 is #1231D9. Grayscale: #C4C4C4. Windows color (decimal): -1192410 or 2543341. OLE color: 2543341.

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

Color convert

RGB 237 206 38 -
CMYK 0 0.13 0.84 0.07
HSL 50.65º 0.85% 0.54% -
HSV(B) 50.65º 0.84% 0.93% -
XYZ 57.35 62.29 10.83 -
YUV 196.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 237 206 38 0 0.13 0.84 0.07 50.65 0.85 0.54
Hex ED CE 26 0 D 54 7 33 55 36
Octal 355 316 46 0 15 124 7 63 125 66
Binary 11101101 11001110 100110 0 1101 1010100 111 110011 1010101 110110

Color Harmonies of #EDCE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE26

Black with #EDCE26

Text Example


Text Example

White with #EDCE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE26; }

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

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

background-color css

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

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

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

border-color css

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

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

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