Html Css Color HEX #EDC033 Bright Sun

📋 copy color: '#EDC033'

red 237 ◦ green 192 ◦ blue 51

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

Shades of Bright Sun #EDC033

Tints of Bright Sun #EDC033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 51 (20.31% from 255) = 10.63%

R = 49.38%
G = 40%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC033 (or 0xEDC033) is known color: Bright Sun. HEX triplet: ED, C0 and 33. RGB value is (237,192,51). Sum of RGB (Red+Green+Blue) = 237+192+51=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC033 is #123FCC. Grayscale: #BDBDBD. Windows color (decimal): -1195981 or 3391725. OLE color: 3391725.

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

Color convert

RGB 237 192 51 -
CMYK 0 0.19 0.78 0.07
HSL 45.48º 0.84% 0.56% -
HSV(B) 45.48º 0.78% 0.93% -
XYZ 54.37 55.94 11.06 -
YUV 189.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 237 192 51 0 0.19 0.78 0.07 45.48 0.84 0.56
Hex ED C0 33 0 13 4E 7 2D 54 38
Octal 355 300 63 0 23 116 7 55 124 70
Binary 11101101 11000000 110011 0 10011 1001110 111 101101 1010100 111000

Color Harmonies of #EDC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC033

Black with #EDC033

Text Example


Text Example

White with #EDC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC033; }

 p { color: rgb(237,192,51); }

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

background-color css

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

 a { background-color: rgb(237,192,51); }

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

border-color css

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

 span { border-color: rgb(237,192,51); }

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