Html Css Color HEX #EEBD32 Bright Sun

📋 copy color: '#EEBD32'

red 238 ◦ green 189 ◦ blue 50

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

Shades of Bright Sun #EEBD32

Tints of Bright Sun #EEBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 50 (19.92% from 255) = 10.48%

R = 49.9%
G = 39.62%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEBD32 (or 0xEEBD32) is known color: Bright Sun. HEX triplet: EE, BD and 32. RGB value is (238,189,50). Sum of RGB (Red+Green+Blue) = 238+189+50=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBD32 is #1142CD. Grayscale: #BCBCBC. Windows color (decimal): -1131214 or 3325422. OLE color: 3325422.

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

Color convert

RGB 238 189 50 -
CMYK 0 0.21 0.79 0.07
HSL 44.36º 0.85% 0.56% -
HSV(B) 44.36º 0.79% 0.93% -
XYZ 54.03 54.8 10.75 -
YUV 187.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 238 189 50 0 0.21 0.79 0.07 44.36 0.85 0.56
Hex EE BD 32 0 15 4F 7 2C 55 38
Octal 356 275 62 0 25 117 7 54 125 70
Binary 11101110 10111101 110010 0 10101 1001111 111 101100 1010101 111000

Color Harmonies of #EEBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBD32

Black with #EEBD32

Text Example


Text Example

White with #EEBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBD32; }

 p { color: rgb(238,189,50); }

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

background-color css

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

 a { background-color: rgb(238,189,50); }

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

border-color css

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

 span { border-color: rgb(238,189,50); }

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