Html Css Color HEX #EBA42D Yellow Sea

📋 copy color: '#EBA42D'

red 235 ◦ green 164 ◦ blue 45

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

Shades of Yellow Sea #EBA42D

Tints of Yellow Sea #EBA42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 52.93%
G = 36.94%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA42D (or 0xEBA42D) is known color: Yellow Sea. HEX triplet: EB, A4 and 2D. RGB value is (235,164,45). Sum of RGB (Red+Green+Blue) = 235+164+45=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA42D is #145BD2. Grayscale: #ACACAC. Windows color (decimal): -1334227 or 2991339. OLE color: 2991339.

HSL color Cylindrical-coordinate representation of color #EBA42D: hue angle of 37.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBA42D is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 45 -
CMYK 0 0.30 0.81 0.08
HSL 37.58º 0.83% 0.55% -
HSV(B) 37.58º 0.81% 0.92% -
XYZ 48.01 44.4 8.52 -
YUV 171.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 235 164 45 0 0.30 0.81 0.08 37.58 0.83 0.55
Hex EB A4 2D 0 1E 51 8 26 53 37
Octal 353 244 55 0 36 121 10 46 123 67
Binary 11101011 10100100 101101 0 11110 1010001 1000 100110 1010011 110111

Color Harmonies of #EBA42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA42D

Black with #EBA42D

Text Example


Text Example

White with #EBA42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA42D; }

 p { color: rgb(235,164,45); }

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

background-color css

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

 a { background-color: rgb(235,164,45); }

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

border-color css

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

 span { border-color: rgb(235,164,45); }

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