Html Css Color HEX #EDC626 Broom

📋 copy color: '#EDC626'

red 237 ◦ green 198 ◦ blue 38

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

Shades of Broom #EDC626

Tints of Broom #EDC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

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

R = 50.11%
G = 41.86%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC626 (or 0xEDC626) is known color: Broom. HEX triplet: ED, C6 and 26. RGB value is (237,198,38). Sum of RGB (Red+Green+Blue) = 237+198+38=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC626 is #1239D9. Grayscale: #C0C0C0. Windows color (decimal): -1194458 or 2541293. OLE color: 2541293.

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

Color convert

RGB 237 198 38 -
CMYK 0 0.16 0.84 0.07
HSL 48.24º 0.85% 0.54% -
HSV(B) 48.24º 0.84% 0.93% -
XYZ 55.47 58.53 10.21 -
YUV 191.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 237 198 38 0 0.16 0.84 0.07 48.24 0.85 0.54
Hex ED C6 26 0 10 54 7 30 55 36
Octal 355 306 46 0 20 124 7 60 125 66
Binary 11101101 11000110 100110 0 10000 1010100 111 110000 1010101 110110

Color Harmonies of #EDC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC626

Black with #EDC626

Text Example


Text Example

White with #EDC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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