Html Css Color HEX #EDC12F Bright Sun

📋 copy color: '#EDC12F'

red 237 ◦ green 193 ◦ blue 47

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

Shades of Bright Sun #EDC12F

Tints of Bright Sun #EDC12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.85%

R = 49.69%
G = 40.46%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDC12F (or 0xEDC12F) is known color: Bright Sun. HEX triplet: ED, C1 and 2F. RGB value is (237,193,47). Sum of RGB (Red+Green+Blue) = 237+193+47=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC12F is #123ED0. Grayscale: #BEBEBE. Windows color (decimal): -1195729 or 3129837. OLE color: 3129837.

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

Color convert

RGB 237 193 47 -
CMYK 0 0.19 0.80 0.07
HSL 46.11º 0.84% 0.56% -
HSV(B) 46.11º 0.8% 0.93% -
XYZ 54.51 56.35 10.69 -
YUV 189.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 237 193 47 0 0.19 0.80 0.07 46.11 0.84 0.56
Hex ED C1 2F 0 13 50 7 2E 54 38
Octal 355 301 57 0 23 120 7 56 124 70
Binary 11101101 11000001 101111 0 10011 1010000 111 101110 1010100 111000

Color Harmonies of #EDC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC12F

Black with #EDC12F

Text Example


Text Example

White with #EDC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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