Html Css Color HEX #EFCD05 Tangerine Yellow

📋 copy color: '#EFCD05'

red 239 ◦ green 205 ◦ blue 5

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

Shades of Tangerine Yellow #EFCD05

Tints of Tangerine Yellow #EFCD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 53.23%
G = 45.66%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFCD05 (or 0xEFCD05) is known color: Tangerine Yellow. HEX triplet: EF, CD and 05. RGB value is (239,205,5). Sum of RGB (Red+Green+Blue) = 239+205+5=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD05 is #1032FA. Grayscale: #C1C1C1. Windows color (decimal): -1061627 or 380399. OLE color: 380399.

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

Color convert

RGB 239 205 5 -
CMYK 0 0.14 0.98 0.06
HSL 51.28º 0.96% 0.48% -
HSV(B) 51.28º 0.98% 0.94% -
XYZ 57.46 62.02 9.09 -
YUV 192.37 22.26 161.26 -
System Red Green Blue C M Y K H S L
Decimal 239 205 5 0 0.14 0.98 0.06 51.28 0.96 0.48
Hex EF CD 5 0 E 62 6 33 60 30
Octal 357 315 5 0 16 142 6 63 140 60
Binary 11101111 11001101 101 0 1110 1100010 110 110011 1100000 110000

Color Harmonies of #EFCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD05

Black with #EFCD05

Text Example


Text Example

White with #EFCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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