Html Css Color HEX #EACD02 Tangerine Yellow

📋 copy color: '#EACD02'

red 234 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #EACD02

Tints of Tangerine Yellow #EACD02

RGB

 RED value IS 234 (91.8% from 255) = 53.06%

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.06%
G = 46.49%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EACD02 (or 0xEACD02) is known color: Tangerine Yellow. HEX triplet: EA, CD and 02. RGB value is (234,205,2). Sum of RGB (Red+Green+Blue) = 234+205+2=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD02 is #1532FD. Grayscale: #BFBFBF. Windows color (decimal): -1389310 or 183786. OLE color: 183786.

HSL color Cylindrical-coordinate representation of color #EACD02: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EACD02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 2 -
CMYK 0 0.12 0.99 0.08
HSL 52.5º 0.98% 0.46% -
HSV(B) 52.5º 0.99% 0.92% -
XYZ 55.77 61.16 8.92 -
YUV 190.53 21.61 159.01 -
System Red Green Blue C M Y K H S L
Decimal 234 205 2 0 0.12 0.99 0.08 52.5 0.98 0.46
Hex EA CD 2 0 C 63 8 34 62 2E
Octal 352 315 2 0 14 143 10 64 142 56
Binary 11101010 11001101 10 0 1100 1100011 1000 110100 1100010 101110

Color Harmonies of #EACD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD02

Black with #EACD02

Text Example


Text Example

White with #EACD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD02; }

 p { color: rgb(234,205,2); }

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

background-color css

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

 a { background-color: rgb(234,205,2); }

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

border-color css

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

 span { border-color: rgb(234,205,2); }

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