Html Css Color HEX #EDC32C Bright Sun

📋 copy color: '#EDC32C'

red 237 ◦ green 195 ◦ blue 44

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

Shades of Bright Sun #EDC32C

Tints of Bright Sun #EDC32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

 BLUE value IS 44 (17.58% from 255) = 9.24%

R = 49.79%
G = 40.97%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC32C (or 0xEDC32C) is known color: Bright Sun. HEX triplet: ED, C3 and 2C. RGB value is (237,195,44). Sum of RGB (Red+Green+Blue) = 237+195+44=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC32C is #123CD3. Grayscale: #BEBEBE. Windows color (decimal): -1195220 or 2933741. OLE color: 2933741.

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

Color convert

RGB 237 195 44 -
CMYK 0 0.18 0.81 0.07
HSL 46.94º 0.84% 0.55% -
HSV(B) 46.94º 0.81% 0.93% -
XYZ 54.89 57.22 10.53 -
YUV 190.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 237 195 44 0 0.18 0.81 0.07 46.94 0.84 0.55
Hex ED C3 2C 0 12 51 7 2F 54 37
Octal 355 303 54 0 22 121 7 57 124 67
Binary 11101101 11000011 101100 0 10010 1010001 111 101111 1010100 110111

Color Harmonies of #EDC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC32C

Black with #EDC32C

Text Example


Text Example

White with #EDC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC32C; }

 p { color: rgb(237,195,44); }

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

background-color css

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

 a { background-color: rgb(237,195,44); }

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

border-color css

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

 span { border-color: rgb(237,195,44); }

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