Html Css Color HEX #EFA534 Yellow Sea

📋 copy color: '#EFA534'

red 239 ◦ green 165 ◦ blue 52

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

Shades of Yellow Sea #EFA534

Tints of Yellow Sea #EFA534

RGB

 RED value IS 239 (93.75% from 255) = 52.41%

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 52 (20.7% from 255) = 11.4%

R = 52.41%
G = 36.18%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFA534 (or 0xEFA534) is known color: Yellow Sea. HEX triplet: EF, A5 and 34. RGB value is (239,165,52). Sum of RGB (Red+Green+Blue) = 239+165+52=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA534 is #105ACB. Grayscale: #AEAEAE. Windows color (decimal): -1071820 or 3450351. OLE color: 3450351.

HSL color Cylindrical-coordinate representation of color #EFA534: hue angle of 36.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFA534 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 52 -
CMYK 0 0.31 0.78 0.06
HSL 36.26º 0.85% 0.57% -
HSV(B) 36.26º 0.78% 0.94% -
XYZ 49.67 45.51 9.41 -
YUV 174.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 239 165 52 0 0.31 0.78 0.06 36.26 0.85 0.57
Hex EF A5 34 0 1F 4E 6 24 55 39
Octal 357 245 64 0 37 116 6 44 125 71
Binary 11101111 10100101 110100 0 11111 1001110 110 100100 1010101 111001

Color Harmonies of #EFA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA534

Black with #EFA534

Text Example


Text Example

White with #EFA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA534; }

 p { color: rgb(239,165,52); }

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

background-color css

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

 a { background-color: rgb(239,165,52); }

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

border-color css

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

 span { border-color: rgb(239,165,52); }

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