Html Css Color HEX #EDC823 Broom

📋 copy color: '#EDC823'

red 237 ◦ green 200 ◦ blue 35

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

Shades of Broom #EDC823

Tints of Broom #EDC823

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.37%

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

R = 50.21%
G = 42.37%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC823 (or 0xEDC823) is known color: Broom. HEX triplet: ED, C8 and 23. RGB value is (237,200,35). Sum of RGB (Red+Green+Blue) = 237+200+35=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 35 (14.06% from 255 or 7.42% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC823 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC823 is #1237DC. Grayscale: #C0C0C0. Windows color (decimal): -1193949 or 2345197. OLE color: 2345197.

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

Color convert

RGB 237 200 35 -
CMYK 0 0.16 0.85 0.07
HSL 49.01º 0.85% 0.53% -
HSV(B) 49.01º 0.85% 0.93% -
XYZ 55.88 59.43 10.12 -
YUV 192.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 237 200 35 0 0.16 0.85 0.07 49.01 0.85 0.53
Hex ED C8 23 0 10 55 7 31 55 35
Octal 355 310 43 0 20 125 7 61 125 65
Binary 11101101 11001000 100011 0 10000 1010101 111 110001 1010101 110101

Color Harmonies of #EDC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC823

Black with #EDC823

Text Example


Text Example

White with #EDC823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC823; }

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

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

background-color css

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

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

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

border-color css

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

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

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