Html Css Color HEX #EACD0B Tangerine Yellow

📋 copy color: '#EACD0B'

red 234 ◦ green 205 ◦ blue 11

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

Shades of Tangerine Yellow #EACD0B

Tints of Tangerine Yellow #EACD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 52%
G = 45.56%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EACD0B (or 0xEACD0B) is known color: Tangerine Yellow. HEX triplet: EA, CD and 0B. RGB value is (234,205,11). Sum of RGB (Red+Green+Blue) = 234+205+11=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD0B is #1532F4. Grayscale: #C0C0C0. Windows color (decimal): -1389301 or 773610. OLE color: 773610.

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

Color convert

RGB 234 205 11 -
CMYK 0 0.12 0.95 0.08
HSL 52.2º 0.91% 0.48% -
HSV(B) 52.2º 0.95% 0.92% -
XYZ 55.82 61.18 9.18 -
YUV 191.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 234 205 11 0 0.12 0.95 0.08 52.2 0.91 0.48
Hex EA CD B 0 C 5F 8 34 5B 30
Octal 352 315 13 0 14 137 10 64 133 60
Binary 11101010 11001101 1011 0 1100 1011111 1000 110100 1011011 110000

Color Harmonies of #EACD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD0B

Black with #EACD0B

Text Example


Text Example

White with #EACD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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