Html Css Color HEX #EDBC33 Bright Sun

📋 copy color: '#EDBC33'

red 237 ◦ green 188 ◦ blue 51

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

Shades of Bright Sun #EDBC33

Tints of Bright Sun #EDBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

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

R = 49.79%
G = 39.5%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDBC33 (or 0xEDBC33) is known color: Bright Sun. HEX triplet: ED, BC and 33. RGB value is (237,188,51). Sum of RGB (Red+Green+Blue) = 237+188+51=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC33 is #1243CC. Grayscale: #BBBBBB. Windows color (decimal): -1197005 or 3390701. OLE color: 3390701.

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

Color convert

RGB 237 188 51 -
CMYK 0 0.21 0.78 0.07
HSL 44.19º 0.84% 0.56% -
HSV(B) 44.19º 0.78% 0.93% -
XYZ 53.51 54.21 10.78 -
YUV 187.03 51.23 163.64 -
System Red Green Blue C M Y K H S L
Decimal 237 188 51 0 0.21 0.78 0.07 44.19 0.84 0.56
Hex ED BC 33 0 15 4E 7 2C 54 38
Octal 355 274 63 0 25 116 7 54 124 70
Binary 11101101 10111100 110011 0 10101 1001110 111 101100 1010100 111000

Color Harmonies of #EDBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC33

Black with #EDBC33

Text Example


Text Example

White with #EDBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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