Html Css Color HEX #EFCD00 Tangerine Yellow

📋 copy color: '#EFCD00'

red 239 ◦ green 205 ◦ blue 0

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

Shades of Tangerine Yellow #EFCD00

Tints of Tangerine Yellow #EFCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

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

R = 53.83%
G = 46.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFCD00 (or 0xEFCD00) is known color: Tangerine Yellow. HEX triplet: EF, CD and 00. RGB value is (239,205,0). Sum of RGB (Red+Green+Blue) = 239+205+0=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD00 is #1032FF. Grayscale: #C0C0C0. Windows color (decimal): -1061632 or 52719. OLE color: 52719.

HSL color Cylindrical-coordinate representation of color #EFCD00: hue angle of 51.46º 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 #EFCD00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 0 -
CMYK 0 0.14 1 0.06
HSL 51.46º 1% 0.47% -
HSV(B) 51.46º 1% 0.94% -
XYZ 57.43 62.01 8.94 -
YUV 191.8 19.76 161.67 -
System Red Green Blue C M Y K H S L
Decimal 239 205 0 0 0.14 1 0.06 51.46 1 0.47
Hex EF CD 0 0 E 64 6 33 64 2F
Octal 357 315 0 0 16 144 6 63 144 57
Binary 11101111 11001101 0 0 1110 1100100 110 110011 1100100 101111

Color Harmonies of #EFCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD00

Black with #EFCD00

Text Example


Text Example

White with #EFCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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