Html Css Color HEX #EFD006 Tangerine Yellow

📋 copy color: '#EFD006'

red 239 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #EFD006

Tints of Tangerine Yellow #EFD006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.92%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 52.76%
G = 45.92%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFD006 (or 0xEFD006) is known color: Tangerine Yellow. HEX triplet: EF, D0 and 06. RGB value is (239,208,6). Sum of RGB (Red+Green+Blue) = 239+208+6=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD006 is #102FF9. Grayscale: #C3C3C3. Windows color (decimal): -1060858 or 446703. OLE color: 446703.

HSL color Cylindrical-coordinate representation of color #EFD006: hue angle of 52.02º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFD006 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 6 -
CMYK 0 0.13 0.97 0.06
HSL 52.02º 0.95% 0.48% -
HSV(B) 52.02º 0.97% 0.94% -
XYZ 58.19 63.48 9.36 -
YUV 194.24 21.77 159.93 -
System Red Green Blue C M Y K H S L
Decimal 239 208 6 0 0.13 0.97 0.06 52.02 0.95 0.48
Hex EF D0 6 0 D 61 6 34 5F 30
Octal 357 320 6 0 15 141 6 64 137 60
Binary 11101111 11010000 110 0 1101 1100001 110 110100 1011111 110000

Color Harmonies of #EFD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD006

Black with #EFD006

Text Example


Text Example

White with #EFD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD006; }

 p { color: rgb(239,208,6); }

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

background-color css

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

 a { background-color: rgb(239,208,6); }

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

border-color css

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

 span { border-color: rgb(239,208,6); }

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