Html Css Color HEX #EACD03 Tangerine Yellow

📋 copy color: '#EACD03'

red 234 ◦ green 205 ◦ blue 3

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

Shades of Tangerine Yellow #EACD03

Tints of Tangerine Yellow #EACD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 52.94%
G = 46.38%
B = 0.68%

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

#EACD03 (or 0xEACD03) is known color: Tangerine Yellow. HEX triplet: EA, CD and 03. RGB value is (234,205,3). Sum of RGB (Red+Green+Blue) = 234+205+3=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD03 is #1532FC. Grayscale: #BFBFBF. Windows color (decimal): -1389309 or 249322. OLE color: 249322.

HSL color Cylindrical-coordinate representation of color #EACD03: hue angle of 52.47º degrees, saturation: 0.97, 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 #EACD03 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 3 -
CMYK 0 0.12 0.99 0.08
HSL 52.47º 0.97% 0.46% -
HSV(B) 52.47º 0.99% 0.92% -
XYZ 55.78 61.16 8.95 -
YUV 190.64 22.11 158.93 -
System Red Green Blue C M Y K H S L
Decimal 234 205 3 0 0.12 0.99 0.08 52.47 0.97 0.46
Hex EA CD 3 0 C 63 8 34 61 2E
Octal 352 315 3 0 14 143 10 64 141 56
Binary 11101010 11001101 11 0 1100 1100011 1000 110100 1100001 101110

Color Harmonies of #EACD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD03

Black with #EACD03

Text Example


Text Example

White with #EACD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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