Html Css Color HEX #EDBF36 Bright Sun

📋 copy color: '#EDBF36'

red 237 ◦ green 191 ◦ blue 54

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

Shades of Bright Sun #EDBF36

Tints of Bright Sun #EDBF36

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 49.17%
G = 39.63%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDBF36 (or 0xEDBF36) is known color: Bright Sun. HEX triplet: ED, BF and 36. RGB value is (237,191,54). Sum of RGB (Red+Green+Blue) = 237+191+54=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF36 is #1240C9. Grayscale: #BDBDBD. Windows color (decimal): -1196234 or 3588077. OLE color: 3588077.

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

Color convert

RGB 237 191 54 -
CMYK 0 0.19 0.77 0.07
HSL 44.92º 0.84% 0.57% -
HSV(B) 44.92º 0.77% 0.93% -
XYZ 54.22 55.53 11.35 -
YUV 189.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 237 191 54 0 0.19 0.77 0.07 44.92 0.84 0.57
Hex ED BF 36 0 13 4D 7 2D 54 39
Octal 355 277 66 0 23 115 7 55 124 71
Binary 11101101 10111111 110110 0 10011 1001101 111 101101 1010100 111001

Color Harmonies of #EDBF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF36

Black with #EDBF36

Text Example


Text Example

White with #EDBF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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