Html Css Color HEX #EDC132 Bright Sun

📋 copy color: '#EDC132'

red 237 ◦ green 193 ◦ blue 50

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

Shades of Bright Sun #EDC132

Tints of Bright Sun #EDC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.21%

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 49.38%
G = 40.21%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC132 (or 0xEDC132) is known color: Bright Sun. HEX triplet: ED, C1 and 32. RGB value is (237,193,50). Sum of RGB (Red+Green+Blue) = 237+193+50=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC132 is #123ECD. Grayscale: #BEBEBE. Windows color (decimal): -1195726 or 3326445. OLE color: 3326445.

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

Color convert

RGB 237 193 50 -
CMYK 0 0.19 0.79 0.07
HSL 45.88º 0.84% 0.56% -
HSV(B) 45.88º 0.79% 0.93% -
XYZ 54.57 56.37 11.02 -
YUV 189.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 237 193 50 0 0.19 0.79 0.07 45.88 0.84 0.56
Hex ED C1 32 0 13 4F 7 2E 54 38
Octal 355 301 62 0 23 117 7 56 124 70
Binary 11101101 11000001 110010 0 10011 1001111 111 101110 1010100 111000

Color Harmonies of #EDC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC132

Black with #EDC132

Text Example


Text Example

White with #EDC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC132; }

 p { color: rgb(237,193,50); }

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

background-color css

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

 a { background-color: rgb(237,193,50); }

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

border-color css

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

 span { border-color: rgb(237,193,50); }

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