Html Css Color HEX #EEB70A Selective Yellow

📋 copy color: '#EEB70A'

red 238 ◦ green 183 ◦ blue 10

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

Shades of Selective Yellow #EEB70A

Tints of Selective Yellow #EEB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 55.22%
G = 42.46%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEB70A (or 0xEEB70A) is known color: Selective Yellow. HEX triplet: EE, B7 and 0A. RGB value is (238,183,10). Sum of RGB (Red+Green+Blue) = 238+183+10=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB70A is #1148F5. Grayscale: #B4B4B4. Windows color (decimal): -1132790 or 702446. OLE color: 702446.

HSL color Cylindrical-coordinate representation of color #EEB70A: hue angle of 45.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEB70A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 183 10 -
CMYK 0 0.23 0.96 0.07
HSL 45.53º 0.92% 0.49% -
HSV(B) 45.53º 0.96% 0.93% -
XYZ 52.25 52.07 7.58 -
YUV 179.72 32.22 169.57 -
System Red Green Blue C M Y K H S L
Decimal 238 183 10 0 0.23 0.96 0.07 45.53 0.92 0.49
Hex EE B7 A 0 17 60 7 2E 5C 31
Octal 356 267 12 0 27 140 7 56 134 61
Binary 11101110 10110111 1010 0 10111 1100000 111 101110 1011100 110001

Color Harmonies of #EEB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB70A

Black with #EEB70A

Text Example


Text Example

White with #EEB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB70A; }

 p { color: rgb(238,183,10); }

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

background-color css

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

 a { background-color: rgb(238,183,10); }

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

border-color css

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

 span { border-color: rgb(238,183,10); }

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