Html Css Color HEX #EDC923 Broom

📋 copy color: '#EDC923'

red 237 ◦ green 201 ◦ blue 35

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

Shades of Broom #EDC923

Tints of Broom #EDC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 35 (14.06% from 255) = 7.4%

R = 50.11%
G = 42.49%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC923 (or 0xEDC923) is known color: Broom. HEX triplet: ED, C9 and 23. RGB value is (237,201,35). Sum of RGB (Red+Green+Blue) = 237+201+35=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC923 is #1236DC. Grayscale: #C1C1C1. Windows color (decimal): -1193693 or 2345453. OLE color: 2345453.

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

Color convert

RGB 237 201 35 -
CMYK 0 0.15 0.85 0.07
HSL 49.31º 0.85% 0.53% -
HSV(B) 49.31º 0.85% 0.93% -
XYZ 56.12 59.9 10.19 -
YUV 192.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 237 201 35 0 0.15 0.85 0.07 49.31 0.85 0.53
Hex ED C9 23 0 F 55 7 31 55 35
Octal 355 311 43 0 17 125 7 61 125 65
Binary 11101101 11001001 100011 0 1111 1010101 111 110001 1010101 110101

Color Harmonies of #EDC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC923

Black with #EDC923

Text Example


Text Example

White with #EDC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC923; }

 p { color: rgb(237,201,35); }

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

background-color css

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

 a { background-color: rgb(237,201,35); }

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

border-color css

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

 span { border-color: rgb(237,201,35); }

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