Html Css Color HEX #EFB70A Selective Yellow

📋 copy color: '#EFB70A'

red 239 ◦ green 183 ◦ blue 10

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

Shades of Selective Yellow #EFB70A

Tints of Selective Yellow #EFB70A

RGB

 RED value IS 239 (93.75% from 255) = 55.32%

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

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

R = 55.32%
G = 42.36%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFB70A (or 0xEFB70A) is known color: Selective Yellow. HEX triplet: EF, B7 and 0A. RGB value is (239,183,10). Sum of RGB (Red+Green+Blue) = 239+183+10=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB70A is #1048F5. Grayscale: #B4B4B4. Windows color (decimal): -1067254 or 702447. OLE color: 702447.

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

Color convert

RGB 239 183 10 -
CMYK 0 0.23 0.96 0.06
HSL 45.33º 0.92% 0.49% -
HSV(B) 45.33º 0.96% 0.94% -
XYZ 52.58 52.24 7.6 -
YUV 180.02 32.05 170.07 -
System Red Green Blue C M Y K H S L
Decimal 239 183 10 0 0.23 0.96 0.06 45.33 0.92 0.49
Hex EF B7 A 0 17 60 6 2D 5C 31
Octal 357 267 12 0 27 140 6 55 134 61
Binary 11101111 10110111 1010 0 10111 1100000 110 101101 1011100 110001

Color Harmonies of #EFB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB70A

Black with #EFB70A

Text Example


Text Example

White with #EFB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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