Html Css Color HEX #EDC231 Bright Sun

📋 copy color: '#EDC231'

red 237 ◦ green 194 ◦ blue 49

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

Shades of Bright Sun #EDC231

Tints of Bright Sun #EDC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 49 (19.53% from 255) = 10.21%

R = 49.38%
G = 40.42%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC231 (or 0xEDC231) is known color: Bright Sun. HEX triplet: ED, C2 and 31. RGB value is (237,194,49). Sum of RGB (Red+Green+Blue) = 237+194+49=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC231 is #123DCE. Grayscale: #BEBEBE. Windows color (decimal): -1195471 or 3261165. OLE color: 3261165.

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

Color convert

RGB 237 194 49 -
CMYK 0 0.18 0.79 0.07
HSL 46.28º 0.84% 0.56% -
HSV(B) 46.28º 0.79% 0.93% -
XYZ 54.77 56.81 10.98 -
YUV 190.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 237 194 49 0 0.18 0.79 0.07 46.28 0.84 0.56
Hex ED C2 31 0 12 4F 7 2E 54 38
Octal 355 302 61 0 22 117 7 56 124 70
Binary 11101101 11000010 110001 0 10010 1001111 111 101110 1010100 111000

Color Harmonies of #EDC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC231

Black with #EDC231

Text Example


Text Example

White with #EDC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC231; }

 p { color: rgb(237,194,49); }

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

background-color css

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

 a { background-color: rgb(237,194,49); }

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

border-color css

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

 span { border-color: rgb(237,194,49); }

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