Html Css Color HEX #EDBE36 Bright Sun

📋 copy color: '#EDBE36'

red 237 ◦ green 190 ◦ blue 54

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

Shades of Bright Sun #EDBE36

Tints of Bright Sun #EDBE36

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

 BLUE value IS 54 (21.48% from 255) = 11.23%

R = 49.27%
G = 39.5%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDBE36 (or 0xEDBE36) is known color: Bright Sun. HEX triplet: ED, BE and 36. RGB value is (237,190,54). Sum of RGB (Red+Green+Blue) = 237+190+54=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE36 is #1241C9. Grayscale: #BDBDBD. Windows color (decimal): -1196490 or 3587821. OLE color: 3587821.

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

Color convert

RGB 237 190 54 -
CMYK 0 0.20 0.77 0.07
HSL 44.59º 0.84% 0.57% -
HSV(B) 44.59º 0.77% 0.93% -
XYZ 54 55.1 11.28 -
YUV 188.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 237 190 54 0 0.20 0.77 0.07 44.59 0.84 0.57
Hex ED BE 36 0 14 4D 7 2D 54 39
Octal 355 276 66 0 24 115 7 55 124 71
Binary 11101101 10111110 110110 0 10100 1001101 111 101101 1010100 111001

Color Harmonies of #EDBE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE36

Black with #EDBE36

Text Example


Text Example

White with #EDBE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE36; }

 p { color: rgb(237,190,54); }

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

background-color css

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

 a { background-color: rgb(237,190,54); }

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

border-color css

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

 span { border-color: rgb(237,190,54); }

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