Html Css Color HEX #EBCD07 Tangerine Yellow

📋 copy color: '#EBCD07'

red 235 ◦ green 205 ◦ blue 7

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

Shades of Tangerine Yellow #EBCD07

Tints of Tangerine Yellow #EBCD07

RGB

 RED value IS 235 (92.19% from 255) = 52.57%

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 52.57%
G = 45.86%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBCD07 (or 0xEBCD07) is known color: Tangerine Yellow. HEX triplet: EB, CD and 07. RGB value is (235,205,7). Sum of RGB (Red+Green+Blue) = 235+205+7=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD07 is #1432F8. Grayscale: #C0C0C0. Windows color (decimal): -1323769 or 511467. OLE color: 511467.

HSL color Cylindrical-coordinate representation of color #EBCD07: hue angle of 52.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBCD07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 7 -
CMYK 0 0.13 0.97 0.08
HSL 52.11º 0.94% 0.47% -
HSV(B) 52.11º 0.97% 0.92% -
XYZ 56.13 61.34 9.08 -
YUV 191.4 23.94 159.1 -
System Red Green Blue C M Y K H S L
Decimal 235 205 7 0 0.13 0.97 0.08 52.11 0.94 0.47
Hex EB CD 7 0 D 61 8 34 5E 2F
Octal 353 315 7 0 15 141 10 64 136 57
Binary 11101011 11001101 111 0 1101 1100001 1000 110100 1011110 101111

Color Harmonies of #EBCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD07

Black with #EBCD07

Text Example


Text Example

White with #EBCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD07; }

 p { color: rgb(235,205,7); }

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

background-color css

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

 a { background-color: rgb(235,205,7); }

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

border-color css

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

 span { border-color: rgb(235,205,7); }

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