Html Css Color HEX #EDCB25 Broom

📋 copy color: '#EDCB25'

red 237 ◦ green 203 ◦ blue 37

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

Shades of Broom #EDCB25

Tints of Broom #EDCB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 37 (14.84% from 255) = 7.76%

R = 49.69%
G = 42.56%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDCB25 (or 0xEDCB25) is known color: Broom. HEX triplet: ED, CB and 25. RGB value is (237,203,37). Sum of RGB (Red+Green+Blue) = 237+203+37=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB25 is #1234DA. Grayscale: #C2C2C2. Windows color (decimal): -1193179 or 2477037. OLE color: 2477037.

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

Color convert

RGB 237 203 37 -
CMYK 0 0.14 0.84 0.07
HSL 49.8º 0.85% 0.54% -
HSV(B) 49.8º 0.84% 0.93% -
XYZ 56.61 60.85 10.51 -
YUV 194.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 237 203 37 0 0.14 0.84 0.07 49.8 0.85 0.54
Hex ED CB 25 0 E 54 7 32 55 36
Octal 355 313 45 0 16 124 7 62 125 66
Binary 11101101 11001011 100101 0 1110 1010100 111 110010 1010101 110110

Color Harmonies of #EDCB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB25

Black with #EDCB25

Text Example


Text Example

White with #EDCB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB25; }

 p { color: rgb(237,203,37); }

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

background-color css

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

 a { background-color: rgb(237,203,37); }

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

border-color css

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

 span { border-color: rgb(237,203,37); }

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