Html Css Color HEX #EFB700 Selective Yellow

📋 copy color: '#EFB700'

red 239 ◦ green 183 ◦ blue 0

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

Shades of Selective Yellow #EFB700

Tints of Selective Yellow #EFB700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.64%
G = 43.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFB700 (or 0xEFB700) is known color: Selective Yellow. HEX triplet: EF, B7 and 00. RGB value is (239,183,0). Sum of RGB (Red+Green+Blue) = 239+183+0=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB700 is #1048FF. Grayscale: #B3B3B3. Windows color (decimal): -1067264 or 47087. OLE color: 47087.

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

Color convert

RGB 239 183 0 -
CMYK 0 0.23 1 0.06
HSL 45.94º 1% 0.47% -
HSV(B) 45.94º 1% 0.94% -
XYZ 52.53 52.22 7.31 -
YUV 178.88 27.05 170.88 -
System Red Green Blue C M Y K H S L
Decimal 239 183 0 0 0.23 1 0.06 45.94 1 0.47
Hex EF B7 0 0 17 64 6 2E 64 2F
Octal 357 267 0 0 27 144 6 56 144 57
Binary 11101111 10110111 0 0 10111 1100100 110 101110 1100100 101111

Color Harmonies of #EFB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB700

Black with #EFB700

Text Example


Text Example

White with #EFB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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