Html Css Color HEX #EEBC30 Bright Sun

📋 copy color: '#EEBC30'

red 238 ◦ green 188 ◦ blue 48

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

Shades of Bright Sun #EEBC30

Tints of Bright Sun #EEBC30

RGB

 RED value IS 238 (93.36% from 255) = 50.21%

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

 BLUE value IS 48 (19.14% from 255) = 10.13%

R = 50.21%
G = 39.66%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEBC30 (or 0xEEBC30) is known color: Bright Sun. HEX triplet: EE, BC and 30. RGB value is (238,188,48). Sum of RGB (Red+Green+Blue) = 238+188+48=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC30 is #1143CF. Grayscale: #BBBBBB. Windows color (decimal): -1131472 or 3194094. OLE color: 3194094.

HSL color Cylindrical-coordinate representation of color #EEBC30: hue angle of 44.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEBC30 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 48 -
CMYK 0 0.21 0.80 0.07
HSL 44.21º 0.85% 0.56% -
HSV(B) 44.21º 0.8% 0.93% -
XYZ 53.78 54.36 10.45 -
YUV 186.99 49.57 164.38 -
System Red Green Blue C M Y K H S L
Decimal 238 188 48 0 0.21 0.80 0.07 44.21 0.85 0.56
Hex EE BC 30 0 15 50 7 2C 55 38
Octal 356 274 60 0 25 120 7 54 125 70
Binary 11101110 10111100 110000 0 10101 1010000 111 101100 1010101 111000

Color Harmonies of #EEBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC30

Black with #EEBC30

Text Example


Text Example

White with #EEBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC30; }

 p { color: rgb(238,188,48); }

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

background-color css

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

 a { background-color: rgb(238,188,48); }

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

border-color css

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

 span { border-color: rgb(238,188,48); }

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