Html Css Color HEX #EFCE52 Portica

📋 copy color: '#EFCE52'

red 239 ◦ green 206 ◦ blue 82

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

Shades of Portica #EFCE52

Tints of Portica #EFCE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

 BLUE value IS 82 (32.42% from 255) = 15.56%

R = 45.35%
G = 39.09%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFCE52 (or 0xEFCE52) is known color: Portica. HEX triplet: EF, CE and 52. RGB value is (239,206,82). Sum of RGB (Red+Green+Blue) = 239+206+82=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE52 is #1031AD. Grayscale: #CACACA. Windows color (decimal): -1061294 or 5426927. OLE color: 5426927.

HSL color Cylindrical-coordinate representation of color #EFCE52: hue angle of 47.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFCE52 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 82 -
CMYK 0 0.14 0.66 0.06
HSL 47.39º 0.83% 0.63% -
HSV(B) 47.39º 0.66% 0.94% -
XYZ 59.19 63.1 17.04 -
YUV 201.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 239 206 82 0 0.14 0.66 0.06 47.39 0.83 0.63
Hex EF CE 52 0 E 42 6 2F 53 3F
Octal 357 316 122 0 16 102 6 57 123 77
Binary 11101111 11001110 1010010 0 1110 1000010 110 101111 1010011 111111

Color Harmonies of #EFCE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE52

Black with #EFCE52

Text Example


Text Example

White with #EFCE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE52; }

 p { color: rgb(239,206,82); }

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

background-color css

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

 a { background-color: rgb(239,206,82); }

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

border-color css

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

 span { border-color: rgb(239,206,82); }

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