Html Css Color HEX #EDBA33 Bright Sun

📋 copy color: '#EDBA33'

red 237 ◦ green 186 ◦ blue 51

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

Shades of Bright Sun #EDBA33

Tints of Bright Sun #EDBA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

 BLUE value IS 51 (20.31% from 255) = 10.76%

R = 50%
G = 39.24%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDBA33 (or 0xEDBA33) is known color: Bright Sun. HEX triplet: ED, BA and 33. RGB value is (237,186,51). Sum of RGB (Red+Green+Blue) = 237+186+51=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA33 is #1245CC. Grayscale: #BABABA. Windows color (decimal): -1197517 or 3390189. OLE color: 3390189.

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

Color convert

RGB 237 186 51 -
CMYK 0 0.22 0.78 0.07
HSL 43.55º 0.84% 0.56% -
HSV(B) 43.55º 0.78% 0.93% -
XYZ 53.08 53.36 10.63 -
YUV 185.86 51.9 164.48 -
System Red Green Blue C M Y K H S L
Decimal 237 186 51 0 0.22 0.78 0.07 43.55 0.84 0.56
Hex ED BA 33 0 16 4E 7 2C 54 38
Octal 355 272 63 0 26 116 7 54 124 70
Binary 11101101 10111010 110011 0 10110 1001110 111 101100 1010100 111000

Color Harmonies of #EDBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA33

Black with #EDBA33

Text Example


Text Example

White with #EDBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA33; }

 p { color: rgb(237,186,51); }

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

background-color css

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

 a { background-color: rgb(237,186,51); }

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

border-color css

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

 span { border-color: rgb(237,186,51); }

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