Html Css Color HEX #EDC12E Bright Sun

📋 copy color: '#EDC12E'

red 237 ◦ green 193 ◦ blue 46

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

Shades of Bright Sun #EDC12E

Tints of Bright Sun #EDC12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.66%

R = 49.79%
G = 40.55%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC12E (or 0xEDC12E) is known color: Bright Sun. HEX triplet: ED, C1 and 2E. RGB value is (237,193,46). Sum of RGB (Red+Green+Blue) = 237+193+46=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC12E is #123ED1. Grayscale: #BEBEBE. Windows color (decimal): -1195730 or 3064301. OLE color: 3064301.

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

Color convert

RGB 237 193 46 -
CMYK 0 0.19 0.81 0.07
HSL 46.18º 0.84% 0.55% -
HSV(B) 46.18º 0.81% 0.93% -
XYZ 54.49 56.34 10.59 -
YUV 189.4 47.08 161.95 -
System Red Green Blue C M Y K H S L
Decimal 237 193 46 0 0.19 0.81 0.07 46.18 0.84 0.55
Hex ED C1 2E 0 13 51 7 2E 54 37
Octal 355 301 56 0 23 121 7 56 124 67
Binary 11101101 11000001 101110 0 10011 1010001 111 101110 1010100 110111

Color Harmonies of #EDC12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC12E

Black with #EDC12E

Text Example


Text Example

White with #EDC12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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