Html Css Color HEX #EEB402 Selective Yellow

📋 copy color: '#EEB402'

red 238 ◦ green 180 ◦ blue 2

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

Shades of Selective Yellow #EEB402

Tints of Selective Yellow #EEB402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 56.67%
G = 42.86%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEB402 (or 0xEEB402) is known color: Selective Yellow. HEX triplet: EE, B4 and 02. RGB value is (238,180,2). Sum of RGB (Red+Green+Blue) = 238+180+2=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB402 is #114BFD. Grayscale: #B1B1B1. Windows color (decimal): -1133566 or 177390. OLE color: 177390.

HSL color Cylindrical-coordinate representation of color #EEB402: hue angle of 45.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEB402 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 2 -
CMYK 0 0.24 0.99 0.07
HSL 45.25º 0.98% 0.47% -
HSV(B) 45.25º 0.99% 0.93% -
XYZ 51.59 50.82 7.15 -
YUV 177.05 29.22 171.47 -
System Red Green Blue C M Y K H S L
Decimal 238 180 2 0 0.24 0.99 0.07 45.25 0.98 0.47
Hex EE B4 2 0 18 63 7 2D 62 2F
Octal 356 264 2 0 30 143 7 55 142 57
Binary 11101110 10110100 10 0 11000 1100011 111 101101 1100010 101111

Color Harmonies of #EEB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB402

Black with #EEB402

Text Example


Text Example

White with #EEB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB402; }

 p { color: rgb(238,180,2); }

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

background-color css

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

 a { background-color: rgb(238,180,2); }

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

border-color css

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

 span { border-color: rgb(238,180,2); }

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